home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000195_news@columbia.edu_Sun Jun 25 02:33:09 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14311
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 25 Jun 1995 11:03:07 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15345
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 25 Jun 1995 11:03:06 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: How to re-initialize MS-Kermit?
  9. Message-Id: <1995Jun25.083310.54658@cc.usu.edu>
  10. Date: 25 Jun 95 08:33:09 MDT
  11. References: <3sj906$her@sunserver.lrz-muenchen.de>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 19
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3sj906$her@sunserver.lrz-muenchen.de>, Peter Schmolck <p41bsmk@rz.unibw-muenchen.de> writes:
  18. > I have a number of Kermit ini-files I am experimenting with to adjust to the
  19. > requirements regarding terminal emulation and key definitions of some 
  20. > specific sites. To restart trials beginning with my original mskermit.ini + 
  21. > mscustoms.ini configuration I have to close and re-load Kermit again. That is,
  22. > it seems to me (things are so complicated, hard to control everything) that 
  23. > just entering "take mskermit.ini" does not produce exactly the same that was 
  24. > present after loading Kermit "from scratch". 
  25. > If this observation is true, which command(s) should I place into mscustom.ini
  26. > (or maybe, if really necessary, into mskermit.ini) to secure "from scratch" 
  27. > initialization without exitting Kermit (which also closes the connection in case 
  28. > of tcp/ip).
  29. -------------
  30.     Most SET commands remain unchanged when you say TAKE MSKERMIT.INI.
  31. Keyboard definitions also remain unchanged, but you can say SET KEY CLEAR
  32. to restore built-in definitions. Macros remain intact. Thus there is a lot
  33. of information retained around TAKE files. 
  34.     Joe D.